home *** CD-ROM | disk | FTP | other *** search
/ PC Attack 1995 May / PC Attack UltraDisc 1 (Future Publishing) (May 1995).iso / cd / intro.bat next >
DOS Batch File  |  1995-03-07  |  1KB  |  21 lines

  1. echo off
  2. cls
  3. @echo                Welcome to the PC ATTACK boot disk!                                
  4. @echo If you find that you still don't have enough memory to run your program 
  5. @echo and you have MS-DOS 6, try using the MEMMAKER utility: just type 
  6. @echo    A: [enter] 
  7. @echo    MEMMAKER [enter]                                                                
  8.  
  9. @echo Everyone else, try replacing DEVICE statements in the CONFIG.SYS file 
  10. @echo with DEVICEHIGH statements, and prefixing commands in AUTOEXEC.BAT with
  11. @echo LOADHIGH, to move some drivers into the upper memory area and free the 
  12. @echo conventional memory you need. Consult your MS-DOS manual if you are
  13. @echo unfamiliar with these terms.                                                     
  14.  
  15. @echo To check the state of your PC's memory, type
  16. @echo   MEM/C [enter]                                                                       
  17. @echo The figure for "Largest executable program size" needs to be as large as 
  18. @echo you can make it.                                                                      
  19. @c:
  20. @echo on
  21.